home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00133_MBeat Info.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  394 b   |  15 lines

  1. on mouseUp
  2.   global gArtist
  3.   if the windowList = [] then
  4.     set gArtist to "MBeat"
  5.     set LeftOrigin to the stageLeft
  6.     set TopOrigin to the stageTop
  7.     ArtistsMIAW(LeftOrigin + 45, TopOrigin + 75, LeftOrigin + 45 + 320, TopOrigin + 75 + 140, "MBeat")
  8.   else
  9.     set the visible of window "artist.dir" to 0
  10.     updateStage()
  11.     forget(window "artist.dir")
  12.     updateStage()
  13.   end if
  14. end
  15.